.searchbox {
    float: right;
}
form.search{
    position: absolute;
    right:0px;
    width: 360px;
    top: 45px;
    background: #fff;
    display:flex;
	justify-content:space-between;
	border-radius:10px;
	overflow:hidden;
}
form.search input {
    font-size: 16px;
    outline:none;
}
form.search .input_txt {
    width: calc(100% - 70px);
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
	border-right:none;
    color: #666;
}
form.search .input_but {
    width: 70px;
    line-height: 48px;
    border: 1px solid #e7b11d;
    background: #e7b11d;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
.search2 .searchbox{display:none;}
.search3 {
    width: 100%;
    padding: 50px 0;
}
.search3 .news{margin-top:0;}
.search3 .searchbox{margin: 0 auto;float: none;text-align: center;margin-bottom:30px;}
.search3 form.search{position: static;width:580px;margin:0 auto;}